height="0" width="0" style="display:none;visibility:hidden">
CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service
/ UsersGetResponse Json Schema
Collapse All
Expand All
In This Topic
UsersGetResponse Json Schema
In This Topic
Description
The results of the users get query.
Overview
UsersGetResponse
The results of the users get query.
Users :
Array[
CimUser
]
An array of the users that satify the query criteria.
AuthenticationType :
CimUserType
Enable :
boolean
set it to true to enable the user.
PasswordExpiresInDays :
number
password expires in number of configured days.
Password :
string
Password for the user.
Resources :
Array[string]
An array of resources that mapped to the user.
RoleID :
string
The Id of role.
UserID :
string
The Id of user.
UserName :
string
The name of user.
Properties
Name
Description
Data Type
Users
An array of the users that satify the query criteria.
Array[
CimUser
]
See Also
CIMPLICITY REST API Web Service